home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMEDIT / TFORMEDIT.txt < prev   
Encoding:
Text File  |  2002-10-07  |  1.5 KB  |  65 lines

  1. object FormEdit: TFormEdit
  2.   Left = 216
  3.   Top = 138
  4.   HorzScrollBar.Size = 16
  5.   HorzScrollBar.Tracking = True
  6.   AutoScroll = False
  7.   Caption = 'Image'
  8.   ClientHeight = 271
  9.   ClientWidth = 390
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   FormStyle = fsMDIChild
  13.   Icon.Data = {<image000.ico>}
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   Scaled = False
  17.   Visible = True
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnDeactivate = FormDeactivate
  24.   OnMouseWheelDown = FormMouseWheelDown
  25.   OnMouseWheelUp = FormMouseWheelUp
  26.   OnShow = ScrollBoxScroll
  27.   PixelsPerInch = 96
  28.   TextHeight = 12
  29.   object ScrollBox: TBigScrollBox
  30.     Left = 0
  31.     Top = 0
  32.     Width = 390
  33.     Height = 271
  34.     LeaveControl = PaintBox
  35.     OnLeaveControl = ScrollBoxLeaveControl
  36.     OnScroll = ScrollBoxScroll
  37.     OnPaint = ScrollBoxPaint
  38.     Align = alClient
  39.     TabOrder = 0
  40.     OnMouseDown = ScrollBoxMouseDown
  41.     OnMouseMove = ScrollBoxMouseMove
  42.     OnResize = ScrollBoxResize
  43.     object PaintBox: TDXPaintBox
  44.       Left = 40
  45.       Top = 48
  46.       Width = 105
  47.       Height = 105
  48.       AutoStretch = False
  49.       Center = False
  50.       KeepAspect = False
  51.       Stretch = False
  52.       ViewWidth = 0
  53.       ViewHeight = 0
  54.       OnMouseDown = PaintBoxMouseDown
  55.       OnMouseMove = PaintBoxMouseMove
  56.       OnMouseUp = PaintBoxMouseUp
  57.     end
  58.   end
  59.   object TimerColor: TTimer
  60.     OnTimer = TimerColorTimer
  61.     Left = 220
  62.     Top = 8
  63.   end
  64. end
  65.